-
Notifications
You must be signed in to change notification settings - Fork 4
Frontend testing #89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frontend testing #89
Conversation
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did a quick review of the new frontend testing documentation. 😄
Maybe we should do a quick test, where we follow these instructions to see if it's OK.
It might be that a step is confusing, incorrectly placed etc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces comprehensive documentation for frontend testing in OpenRemote using Playwright. The document provides detailed guidance on setting up and writing both end-to-end app tests and component tests.
- Establishes testing organization structure with separate configurations for app and component testing
- Documents prerequisites, setup steps, and best practices for Playwright testing
- Provides code examples and fixtures for both test types
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
No description provided.